home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / e4dv203.zip / CUA.E4K < prev    next >
Text File  |  1993-06-16  |  2KB  |  80 lines

  1. ; E4 Editor Key-Map file
  2.  
  3. ; IBM SAA CUA
  4.  
  5. ; These key assignments cause the top-level E4 interface to substantially 
  6. ; comply with the CUA (Common User Access) standard keystrokes described 
  7. ; in IBM Document Reference SC26-4582-0.
  8.  
  9. ; The associated menu file CUA.E4M provides similarly compliant pull-down 
  10. ; menus, for the Deluxe edition of E4 only.
  11.  
  12. ; IBM is a trademark of IBM Corp. in the US and Other Countries.
  13.  
  14. ; Not all CUA keystrokes have E4 equivalents, and so are commented out 
  15. ; or not listed 
  16.  
  17. markmsg=Move cursor to mark text, then use Ctrl+Ins to Copy or Shift+Del to Cut
  18. cutmsg=: Use Shift+Ins to Paste
  19. pastemsg=Use Shift+Del to undo Paste, Shift+Ins to Paste again
  20.  
  21. ; Standard CUA Function Keys
  22.  
  23. ;F2            ; Extended Help
  24. ;$F2            ; Tutorial
  25. @F4    @Q        ; System Menu Close Action
  26. F5    ESC        ; Refresh
  27. ;F6            ; Switch Split Window
  28. ;@F6            ; Switch Window
  29. ;^F6            ; Switch Window in MDI
  30. ;F9            ; Keys Help
  31. F10    menu        ; Switch to Action Bar
  32.  
  33. ; Other Keys
  34.  
  35. ^home    ^pgup
  36. ^end    ^pgdn
  37.  
  38. ^pgup    @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT
  39.     @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT @LEFT
  40.  
  41. ^pgdn    @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT 
  42.     @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT @RIGHT
  43.  
  44. ; Standard CUA Shortcut Keys
  45.  
  46. ;@BKSP            ; Undo
  47. $DEL    @X        ; Cut
  48. ^INS    @C        ; Copy
  49. $INS    @V        ; Paste
  50.  
  51. ; Mapping some alt keys to Ctrl Keys as well
  52.  
  53. ^F    @F        ; Find
  54. ^N    @N        ; Next
  55. ^Q    @Q        ; Quit
  56. ^S    @S        ; Save
  57.  
  58. [NoMenus]    ; The following section applies only to Normal E4
  59.  
  60. msg=CUA Keystokes. Press F1 for HELP. ALT+Letter for commands below
  61.  
  62. [Menus]        ; The following section applies only to E4 Deluxe
  63.  
  64. ; Keys to Invoke Menus
  65.  
  66. @F    Menu F        ; File
  67. @E    Menu E        ; Edit
  68. @S    Menu S        ; Search
  69. @H    Menu H        ; Help
  70.  
  71. ; New keys for the functions lost by using above menu keys
  72.  
  73. ; ^H    @H        ; Hide outline    (optional)
  74.  
  75. ; Change the hintline and the default message/prompt.
  76.  
  77. msg=E4 Editor CUA Configuration
  78. hints=F10 or ALT+Letter for Menu
  79.  
  80.